AddRange(SubItem[]) Method
Add some SubItems of specified collection to the end of the collection.
'Declaration
Public Overloads Sub AddRange( _
ByVal () As SubItem _
)
'Usage
Dim instance As SubItemCollection
Dim subItems() As SubItem
instance.AddRange(subItems)
Parameters
- subItems
- A SubItem array added into the collection.